Memory Stats
MemoryStats contains a summary of the current RAM usage as well as a list of storage devices with their corresponding usage data.
Types
Link copied to clipboard
DefaultStorageName represents predefined storage device names.
Link copied to clipboard
MemoryStatsUnit represents different units of memory measurement.
Link copied to clipboard
data class Usage(val name: String, val used: Float, val free: Float, val total: Float, val buffer: Float = 0.0f, val cache: Float = 0.0f, val unit: MemoryStats.MemoryStatsUnit = MemoryStatsUnit.MB) : Parcelable
Usage contains usage information for a storage device.